Hi, I’m trying to integrate email with pagerduty. To avoid duplication of the alerts for the replies on the emails trying to use the deduplication feature. But somehow it is not working.
Below is the global event rule created
- Route to *******
- Extract
(?:(?i)re: |fwd: )?(.*)
fromheaders.subject
todedup_key
- Extract
(?:(?i)re: |fwd: )?(.*)
fromheaders.subject
tosummary
- Then stop processing
Not sure if I’m missing anything. Currently incidents are created for every email i.e. even for the replies on the email